
/*------------------------------------------------*/
/*--------------[FOOTER STYLE]-----------*/
/*------------------------------------------------*/

.footer {
    background-color: #1a1a1a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding: 60px 0 20px;
}

.footer .widget-title {
    border-color: #333333;
}

.widget h6 {
    font-size: 16px;
}
.widget p {
    font-size: 14px;
}




.copyright {
    background: #000000;
    padding: 20px 0;
}
.copyright p {
    font-size: 14px;
}
.footer * {
    color: inherit;
}
.footer a:hover,
.footer a:focus {
    text-decoration: none;
    color: #1ed3b2;
}

.footer .list-inline {
    margin-left: -15px;
}

.footer .list-inline > li {
    padding-left: 15px;
    padding-right: 15px;
}

.footer .list-inline > li a {
    text-decoration: none;
}
.social-icons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-icons > li {
    display: inline-block;
}
.social-icons > li > a i {
    color: #fff;
}
.social-icons > li a:hover i{
    color: #fff;
}
.social-icons > li > a {
    background: #787878 none repeat scroll 0 0;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 15px 8px 0 0;
    text-align: center;
    width: 32px;
    border-radius: 50%;
}
.social-icons > li > a:hover{
  background: #1ed3b2;
}
